From c8b301f1ea24ed4958af114c4cd30530de3ccc5b Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Thu, 25 Aug 2016 21:05:25 +0200 Subject: [PATCH] uimanager: Correctly indent code --- gtk/deprecated/gtkuimanager.c | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/gtk/deprecated/gtkuimanager.c b/gtk/deprecated/gtkuimanager.c index e990a6c6a6..9eea97b4cf 100644 --- a/gtk/deprecated/gtkuimanager.c +++ b/gtk/deprecated/gtkuimanager.c @@ -1267,16 +1267,16 @@ get_child_node (GtkUIManager *manager, NODE_INFO (child)->name, NODE_INFO (child)->type); - if (node_is_dead (child)) - { - /* This node was removed but is still dirty so - * it is still in the tree. We want to treat this - * as if it didn't exist, which means we move it - * to the position it would have been created at. - */ - g_node_unlink (child); - goto insert_child; - } + if (node_is_dead (child)) + { + /* This node was removed but is still dirty so + * it is still in the tree. We want to treat this + * as if it didn't exist, which means we move it + * to the position it would have been created at. + */ + g_node_unlink (child); + goto insert_child; + } return child; } -- 2.30.2